xfi:u-equal

xs:boolean=xfi:u-equal( $left as node()*, $right as node()*)

Last updated on 06-03-2008 at 22:40:00.

Returns true if two item sequences are u-equal.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left node()* The first item or sequence of items.
right node()* The second item or sequence of items.

Output

Type: xs:boolean

Returns true if two item sequences are u-equal and false otherwise.

Errors

Code Details
xfie:NodeIsNotXbrlItem A dynamic error must be raised if any input element is not derived from xbrli:item.

Conformance suite

80202 xfi.u-equal testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function